• Automate the Extraction of Email Attachments and Save Files in SharePoint Folder

    Updated: 2023-01-31 05:00:00
    This article covers how to use Power Automate to automate the extraction of email attachments for a given email account and uniquely save the files in a SharePoint folder.

  • How to check Stale statistics

    Updated: 2023-01-31 04:36:00
    Statistics can become stale when the data in the table changes substantially. Up-to-date statistics are important to generate good execution plans How does Oracle decide if the stats have become stale Stats are considered stale when #(INSERTS + UPDATES + DELETES) >= 10% of NUM_ROWS from dba_tables: Parameter setting required to Track the table changes […] The post How to check Stale statistics appeared first on Techgoeasy.

  • Retrieve a File from Azure Blob Storage with an Azure Function

    Updated: 2023-01-30 05:00:00
    In this tip, we'll cover a solution that retrieves a file from Azure Blob storage into the memory of an Azure Function.

  • Resources for PL-900 Microsoft Power Platform Fundamentals Certification Exam

    Updated: 2023-01-30 05:00:00
    This resource includes several links to related topics to help you prepare for and pass exam PL-900 Microsoft Power Platform Fundamentals.

  • Java web start(JWS) in R12

    Updated: 2023-01-29 16:33:53
    In this post, we will be discussing Java web start implementation in R12/R12.1 and R12.2 versions of EBS. we will see why it is important to implement it What is Java Web start? Java Web Start provides a browser-independent architecture for deploying Java technology-based applications to the client desktop. With Java Web Start, users can […] The post Java web start(JWS) in R12 appeared first on Techgoeasy.

  • How to delete the archive logs in Oracle

    Updated: 2023-01-29 15:51:42
    Archive logs keep accumulating and we need to put things in place to delete them on a regular basis. We should not be deleting the archivelog from the filesystem directly as the Oracle Database is not aware of that and space is not released in the Flash recovery area Let’s see a few commands to […] The post How to delete the archive logs in Oracle appeared first on Techgoeasy.

  • Privileges and Roles in SQL Server, Oracle and PostgreSQL - Part 1

    Updated: 2023-01-27 05:00:00
    This tip will review the different ways of granting privileges in SQL Server, Oracle, and PostgreSQL, the differences in the concepts of roles, schemas, and owners, and the way to grant permissions on the whole schema.

  • Create and Format a Bullet Chart in Power BI

    Updated: 2023-01-26 05:00:00
    In this article, we will go through the steps to create and format a bullet chart in Power BI.

  • Find Updated Columns in Update Transaction with New BitWise Operators in SQL Server 2022

    Updated: 2023-01-26 05:00:00
    Learn about the new bitwise operators in SQL Server 2022 along with a practical example of how to use these new operators.

  • AWS Lambdas with C#

    Updated: 2023-01-25 16:56:47
    Serverless computing is pushing C# to evolve to the next level. This is exciting because you pay-per-use and only incur charges when the code is running. This means that .NET 6 must spin up fast, do its job, then die quickly. This mantra of birth and rebirth pushes developers and the underlying tech to think … The post AWS Lambdas with C# appeared first on Simple Talk.

  • How to generate sql monitor report in Oracle

    Updated: 2023-01-25 08:41:25
    We often come across a situation where a sql statement is giving issues. SQL monitor report is a very useful tool to analyze the various operation done by the sql, wait events, bind variables, and memory details. The below statement can be used to monitor any active sql or done sql in the database SET […] The post How to generate sql monitor report in Oracle appeared first on Techgoeasy.

  • How to find the long running (longops session) in Oracle

    Updated: 2023-01-25 08:29:22
    Many operations take time in the Database like full table scan, backup, full index scan, and joins. We can estimate the % completion or monitor the session using the v$session_longops view in Oracle. This is a very useful view and provides quite an accurate estimate. How to find the %completion for the long operation for […] The post How to find the long running (longops session) in Oracle appeared first on Techgoeasy.

  • Understanding Cloud Transformation Roles and Responsibilities

    Updated: 2023-01-25 05:00:00
    This article provides a clear overview of the key cloud roles and responsibilities involved in cloud platform transformation and administration. These roles include leadership, development, and support personas at both cloud and traditional levels that all play a role in advancing an organization's evolutionary and revolutionary goals.

  • Steps to add a new disk to SQL Server failover cluster instance and move a user database to it

    Updated: 2023-01-25 05:00:00
    In this article, we look at the steps to add another disk to an existing Windows Failover Cluster used for SQL Server and also how to move an existing database to this new disk.

  • How to find concurrent request id from Sid or spid

    Updated: 2023-01-24 06:11:55
    We often come across a situation in EBS Database, where we want to know the Concurrent request id from the given SID or SPID. Here are some queries which can be helpful in this situation How to find the concurrent request id from Sid Non-RAC set lines 2000select a.request_id ,a.os_process_id,b.sid from apps.fnd_concurrent_requests a,v$session b whereb.audsid(+)= […] The post How to find concurrent request id from Sid or spid appeared first on Techgoeasy.

  • SQL Server Monitoring On-premises and Cloud for Management and DBAs

    Updated: 2023-01-24 05:00:00
    The use of SQL Server in the cloud continues to grow, but there is still the need to manage on-premises installations. Learn about one tool that can help you manage all of your SQL Server installations whether they are on-premises or in the cloud to help you be more productive and save money at the same time.

  • Transfer data from MySQL database to Microsoft SQL database

    Updated: 2023-01-24 05:00:00
    In this article, we look at how to migrate data from MySQL to SQL Server and how to keep the data between the two databases synchronized.

  • Azure Functions and Managed Identity: More Secrets

    Updated: 2023-01-23 17:00:35
    I wrote about Managed Identity Secrets a few weeks ago, but since that article was published I made new interesting discoveries to add more to these secrets. The combination of possibilities is considerable, and I faced two new situations I hadn’t faced before. Let’s discover the new secrets.   Storage Accounts and Triggers The storage … The post Azure Functions and Managed Identity: More Secrets appeared first on Simple Talk.

  • Evaluating SQL Server Filtered Indexes in a Multi Table SQL Join

    Updated: 2023-01-23 05:00:00
    In this tip, we look at filtered indexes and how to create them in SQL Server as well as how to get a filtered index to work when pulling data back from more than one table.

  • Ingesting Data from Google Drive to Azure Data Lake Gen2 using Azure Data Factory

    Updated: 2023-01-23 05:00:00
    Learn how to setup, configure and ingest data from Google Drive using Azure Data Factory in this step-by-step article.

  • Fixing Cannot Convert Between Unicode and Non-Unicode String Data Types in SSIS

    Updated: 2023-01-20 05:00:00
    This article looks at several ways to handle the SSIS error: cannot convert between Unicode and non-Unicode string data types.

  • PostgreSQL Basics: Roles and Privileges

    Updated: 2023-01-19 21:21:24
    : Redgate Hub Product articles University Events Forums Community Simple Talk Home Cloud DevOps Sysadmin Development Databases Opinion Books Blogs Log in Sign up Ryan.Booz 19 January 2023 0 35 views 0 Home Databases PostgreSQL PostgreSQL Basics : Roles and Privileges Ryan.Booz 19 January 2023 35 views 0 0 PostgreSQL Basics : Roles and Privileges Information security , whether in databases , applications , or larger IT systems , is based on the principles of Authentication and Authorization , often referred to as AuthN and AuthZ respectively . Likewise , PostgreSQL security involves creating roles that allow access to server resources AuthN and then granting privileges to database objects appropriately AuthZ Understanding how each of these components work together is essential to

  • SQL Server Data Mining for Leveraged Versus Unleveraged ETFs as a Long-Term Investment

    Updated: 2023-01-19 05:00:00
    This article covers how to download data into a SQL Server database to do a comparison of whether leveraged versus unleveraged ETF are a better long-term investment.

  • Query SQL Server Data Based on Various Date and Time Functions

    Updated: 2023-01-19 05:00:00
    This simple reference guide shows you various ways to query SQL Server data based on various date and time clauses.

  • Extend your Power BI Reports with Analysis Services 2022 Data

    Updated: 2023-01-18 05:00:00
    This tip walks through the steps of how to combine data from SQL Server Analysis Services SSAS 2022 with other data using Power BI Desktop.

  • Encrypt SQL Server Stored Procedures to Protect Source Code

    Updated: 2023-01-18 05:00:00
    In this article, we cover how to encrypt a SQL Server stored procedure and how SQL Server hides the source code for these objects once encrypted.

  • Manage Data Over Time with SQL Server MERGE Statement

    Updated: 2023-01-17 14:31:31
    Once data is in a table it needs to be maintained. New records will need to be added, and existing records will need to be updated, and/or deleted. To keep data maintained, the insert, update or delete actions may need to be performed. This article will show how those three data manipulation language (DML) actions can be synchronized together within a single basic MERGE statement.… The post Manage Data Over Time with SQL Server MERGE Statement appeared first on Simple Talk.

  • Twitter API to Execute Queries and Analyze Data in SQL Server

    Updated: 2023-01-17 05:00:00
    Learn how to load Twitter data to a SQL Server database using Python code and the Twitter API to execute queries and analysis in SQL Server.

  • ELT Data from SQL Server to MongoDB using SSIS

    Updated: 2023-01-17 05:00:00
    In this article, we look at different ways to transfer data from SQL Server to MongoDB when using SQL Server Integration Services.

  • Synapse Serverless: CETAS requires DFS to work

    Updated: 2023-01-16 17:00:06
    CETAS is the acronym for Create External Table As Select. This allow us to export the result of a select to an external table in different formats, such as PARQUET or CSV. We can also convert the format from one external table to another. The SELECT used on the CETAS can be an external table … The post Synapse Serverless: CETAS requires DFS to work appeared first on Simple Talk.

  • Connect Power BI to Azure Data Lake Gen2 Storage for Reporting

    Updated: 2023-01-16 05:00:00
    Learn how to connect Azure Data Lake Gen2 storage to Power BI to develop reports and charts using files stored in Azure.

  • How To Fix SQL Server Always On Availability Group Database Not Synchronized

    Updated: 2023-01-13 05:00:00
    In this article, we look at how to resolve the issue of an Always On Availability Group database not synchronizing and how to fix this issue.

  • SQL Server vs Oracle: Connect from Visual Studio 2019 ASP.NET Core Web Application

    Updated: 2023-01-12 05:00:00
    Learn how to use SQL Server or Oracle as the backend database for a simple .Net Core Web Application.

  • SQL Server Function Examples with JSON Files

    Updated: 2023-01-12 05:00:00
    This tip drills down on how to process JSON files with SQL Server and demonstrates an approach for extracting key values from JSON nested key-value pairs.

  • SQL Server Indexes with Key and Non-Key Columns as Covering Indexes to improve Performance

    Updated: 2023-01-11 05:00:00
    Learn how to build SQL Server indexes using key and non-key columns to create covering indexes that can help improve SQL Server performance.

  • SQL Server 2019 Express Step by Step Download, Install and Configure

    Updated: 2023-01-11 05:00:00
    Learn how to download, install and configure SQL Server 2019 Express Edition in this step-by-step article.

  • Configure Contained Availability Groups for High Availability in SQL Server 2022

    Updated: 2023-01-10 05:00:00
    In this article, we look at how to setup and configure Contained Availability Groups in SQL Server 2022 and some of the new options this feature allows.

  • Index Types in PostgreSQL: Learning PostgreSQL with Grant

    Updated: 2023-01-09 23:59:45
    : Redgate Hub Product articles University Events Forums Community Simple Talk Home Cloud DevOps Sysadmin Development Databases Opinion Books Blogs Log in Sign up Grant Fritchey 09 January 2023 0 41 views 0 Home Databases PostgreSQL Index Types in PostgreSQL : Learning PostgreSQL with Grant Grant Fritchey 09 January 2023 41 views 0 0 Index Types in PostgreSQL : Learning PostgreSQL with Grant As with any other relational data management system RDBMS PostgreSQL uses indexes as a mechanism to improve data access . PostgreSQL has a number of different index types , supporting different behaviors and different types of data . In addition , again , similar to other RDBMS , there are properties and behaviors associated with these . indexes In this article I†m going to go over the different types

  • Creating an Annual Organizational IT Roadmap

    Updated: 2023-01-09 05:00:00
    This article intends to cover a few tips for creating a technology roadmap for your organization by identifying requirements, priorities, stakeholders, and plans.

  • SQL Create Schema to Organize Database Objects, Assign Permissions and Easier Management

    Updated: 2023-01-09 05:00:00
    Learn about SQL Server schemas and how to use them to organize database objects, assign permissions, and easier management of database objects.

  • Normalize Repeated Data in Power BI reports and Charts with Power Query

    Updated: 2023-01-06 05:00:00
    Learn how to unpivot repeated data columns in a dataset to normalize the data so it can be used in Power BI reports and charts.

  • Introducing the MySQL common table expression

    Updated: 2023-01-05 20:40:03
    As with many relational database management systems, MySQL provides a variety of methods for combining data in a data manipulation language (DML) statement. You can join multiple tables in a single query or add subqueries that pull data in from other tables. You can also access views and temporary tables from within a statement, often … The post Introducing the MySQL common table expression appeared first on Simple Talk.

  • Getting Started with Azure Data Studio

    Updated: 2023-01-05 05:00:00
    Learn how to install and use Azure Data Studio in this introduction to getting started with Azure Data Studio.

  • Add Report Server Project to an existing Visual Studio Solution

    Updated: 2023-01-04 05:00:00
    In this article, we look at how to add a Report Server project to an existing Visual Studio Solution for a database and website along with how to develop reports.

Current Feed Items | Previous Months Items

Dec 2022 | Nov 2022